Foxit PDF RDK
FoxitRDKNative.SaveDocTaskCallBack Class Reference

Defines a callback interface for handling the result of a SaveDocTask. More...

Public Member Functions

 constructor ()
 Constructor for the SaveDocTaskCallBack class. Initializes a new instance of the SaveDocTaskCallBack.
 
 result (task)
 Handles the result of a SaveDocTask. More...
 

Detailed Description

Defines a callback interface for handling the result of a SaveDocTask.

Member Function Documentation

◆ result()

FoxitRDKNative.SaveDocTaskCallBack.result ( task  )

Handles the result of a SaveDocTask.

Parameters
{SaveDocTask}task - The SaveDocTask whose result is being processed. This method is called when the task completes, providing access to its result.